-
Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details …
- 514 views
- 1 answers
- 0 votes
-
- 429 views
- 1 answers
- 0 votes
-
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update …
- 354 views
- 0 answers
- 0 votes
-
Can someone please help? I am new to python and have been staring at this problem for hours. I have …
- 429 views
- 0 answers
- 0 votes
-
I’m making a simple validation on my Laravel controller: public function updateInfo(Request $request) { $validator = $request->validate([ "name" => ["string", …
- 412 views
- 1 answers
- 0 votes
-
I have input field for currency exchange rate. How do i check, on the server side, that value is not …
- 388 views
- 1 answers
- 0 votes
-
I had this program mostly complete, but in fixing some issues with type-specific data inputs, I messed up the final …
- 379 views
- 0 answers
- 0 votes
-
I’m using the following form to send an e-mail address: <form action="" method="post"> <input type="email" name="email"> <input type="submit"> </form> I …
- 394 views
- 1 answers
- 0 votes
-
I have changed input color and :focus color to the required one. But after pressing the for submitting it changes …
- 351 views
- 0 answers
- 0 votes
-
In HTML I have a (change)="limitUser($event)" function. In typescript I have a for loop which runs through each element and …
- 334 views
- 1 answers
- 0 votes